home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Art Fundamentals - Core Concepts in Art
/
Art Fundamentals: Core Concepts in Art.iso
/
pc
/
shape.dxr
/
00129.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
232 b
|
10 lines
on mouseUp me
repeat with X = 10 down to 0
set the blend of sprite 145 to X * 10
set the blend of sprite 148 to X * 10
set the blend of sprite 149 to X * 10
updateStage()
end repeat
sprite(149).visible = 0
end